/*
Theme Name: Mystile Child Theme
Description: A child theme skin for Mystile 
Author: Upload WP
Author URI: https://uploadwp.com/about-upload-wp/
Version: 1.0.0
Template: mystile
*/

@import url(../mystile/style.css);

/*	All child theme styles go here.
----------------------------------------------- */
.widget {
        margin-bottom: .75em;
 color: #686868;
 font-size: 14px;
 text-align: left;
}
.widget h3 {
   color: #3E3E3E;
   text-align: center;
}
.page-title {
    display: none !important;
}
#header #navigation, #header hgroup {
        margin: 0px;
        padding: 0px;
}
#breadcrumbs {
        margin: 0px;
        padding: 0px;
}
#header #logo {
  float: left;
  margin-bottom: 1.018em;
}
.orderby {
  display:none;
}